home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / OcteMedProV5.0.adf / Copy_to_Hard_Drive next >
AmigaDOS Script File  |  1993-07-08  |  2KB  |  85 lines

  1. .key var 1
  2. type s/hdinfo
  3. ask "Make a directory called OctaMED and copy main progs...Continue? [Y/N]"
  4. if warn
  5. ;copy all main stuff!
  6. echo ""
  7. echo " "
  8. echo "   allright, please be very patient whilst transfer is in progress"
  9. echo " "
  10. echo "          now making main directories and copying contents"
  11. Makedir dh0:OctaMED
  12. Makedir dh0:OctaMED/Programmers
  13. Makedir dh0:OctaMED/docs
  14. Makedir dh0:OctaMED/Utilities
  15. copy utilities/octamedplayer dh0:OctaMED/Utilities
  16. copy utilities/octamedplayer.info dh0:OctaMED/utilities
  17. copy utilities/octamedplayer.guide dh0:OctaMED/utilities
  18. copy utilities/octamedplayer.guide.info dh0:OctaMED/utilities
  19. echo " "
  20. endif
  21. ask "Shall I copy the Amigaguide program? (A1200 owners should type N) [Y/N]"
  22. if warn
  23. copy utilities/amigaguide dh0:OctaMED/utilities
  24. copy utilities/amigaguide.info dh0:OctaMED/utilities
  25. endif
  26. echo " "
  27. echo "              now copying documents and programmers information "
  28.  
  29. echo " "
  30. copy Docs dh0:OctaMED/Docs all
  31. copy Programmers dh0:OctaMED/Programmers all
  32. Copy docs.info dh0:OctaMED
  33. Copy Programmers.info dh0:OctaMED
  34. Copy Utilities.info dh0:OctaMED
  35. Copy Shell.info dh0:OctaMED
  36. echo " "
  37. echo "                   now copying the main program "
  38. echo " "
  39. Copy OctaMED.V5 dh0:OctaMED
  40. Copy OctaMED.V5.info dh0:OctaMED
  41. Copy Please_Read_Me_Now!.info dh0:OctaMED
  42. Copy Please_Read_Me_Now! dh0:OctaMED
  43. echo " "
  44. echo "                          not much longer "
  45. Copy OctaMED.Guide dh0:OctaMED
  46. endif
  47. echo " "
  48. echo "                 OK.. it's your choice from now on "
  49. echo " "
  50. echo " "
  51.  
  52. ask "   This will copy ALL the contents of the C Dir.....Continue? [Y/N]"
  53. if warn
  54. copy c dh0:c all
  55. endif
  56. echo " "
  57. ask "Copy ALL the contents of the Devs Dir...........Continue? [Y/N]"
  58. if warn
  59. copy devs dh0:devs all
  60. endif
  61. echo " "
  62. ask "Copy ALL the contents of the L Dir..............Continue? [Y/N]"
  63. if warn
  64. copy l dh0:l all
  65. endif
  66. echo " "
  67. ask "Copy ALL the contents of the Libs Dir...........Continue? [Y/N]"
  68. if warn
  69. copy libs dh0:libs all
  70. endif
  71. echo " "
  72. ask "Copy the cli to your System Dir.................Continue? [Y/N]"
  73. if warn
  74. copy system dh0:system all
  75. endif
  76. echo " "
  77. echo "  Now Copying Med_Paths and Help.Guide to your S Dir.  (last bit!) "
  78. copy s:MED_Paths dh0:s
  79. copy s:Help.guide dh0:s
  80. copy Octinfo dh0:OctaMED.info
  81. echo " "
  82. echo " "
  83. echo "                               ALL Finished!"
  84. echo " "
  85. echo "               You now have a copy of OctaMED on your hard drive"